home *** CD-ROM | disk | FTP | other *** search
- /* First entry is the format; the second is the positive example value,
- * the third is the negative example value. */
- (
- ( "$ #,##0.00;$ 0.00;-$ #,##0.00", "9999.99", "-9999.99" ),
- ( "$ #,##0.00;$ 0.00;[Red]($ #,##0.00)", "9999.99", "-9999.99" ),
- ( "0.00;0.00;-0.00", "9999.99", "-9999.99" ),
- ( "0;0;-0", "99.99", "-99.99" ),
- ( "00000;00000;-00000", "99.99", "-99.99" ),
- ( "0%;0%;-0%", "99.99", "-99.99" ),
- ( "0.00%;0.00%;-0.00%", "99.99", "-99.99" )
- )
-